* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

section.faq-section-page {
  background-color: #d7d8f8;
}
/*.member-title {*/
/*    color: #0b2e58;*/
/*    line-height: 1.25;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: .3rem;*/
/*}*/

/*.member-post{*/
/*   color: #156ba3;*/
/*    line-height: 1.25;*/
/*    margin-bottom: 1.2rem; */
    
/*}*/


.sub-menu {
  display: none;
  position: absolute;
  top: 100%; /* Position below the "Services" menu */
  left: 0;
  background-color: #fff; /* Background color */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Optional shadow */
  z-index: 1000;
}

/* Show submenu when hovering over "Services" */
.dropdown:hover .sub-menu {
  display: block;
  background-color: red;
}


.service-sec-2 {
  margin-left: 35px;
}


.custum_para {
  font-size: 20px;
  font-weight: 500;
}


.custum_heading {
  font-size: 27px;
  line-height: 41px;
}

#diwali_banner {
  background: url("./images/diwali_banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0; /* Add padding to create space above and below content */
  color: white; /* Make text white for better visibility on the background */
  height: 100vh;
}

#diwali_banner .content {
  position: absolute;
  top: 6%;
  width: 100%;
}

#header.scrolled {
  background-color: rgb(202 188 237);
  background: linear-gradient(45deg, #dde4fb 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%);
}




/* .hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex
;
  align-items: center;
  background: linear-gradient(45deg, #f5f6f9 0%, 
color-mix(in srgb, #7c25ba, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
} */



/* ========================================================================================================= */



.hero {
  width: 100%;

  position: relative;
  padding: 197px 0 80px 0;
  display: flex;
  align-items: center;
  background: url('./images/new_images/pexels-artempodrez-6779716.jpg') center center no-repeat;
  /* background: url('https://www.tatvasoft.com/public/images/homepage-new-banner.webp') center center no-repeat; */
  background-size: cover;
  height: 100%;
}
.digital-marketing-hero{
  width: 100%;

  position: relative;
  padding: 197px 0 80px 0;
  display: flex;
  align-items: center;
  background: url('./images/new_images/new_digital_marketing_banner.jpeg') center center no-repeat;
  background-size: cover;
  height: 100%;
}


.content-marketing-hero{
  width: 100%;

  position: relative;
  padding: 197px 0 80px 0;
  display: flex;
  align-items: center;
  background: url('./images/new_images/service/content-marketing.jpg') center center no-repeat;
  background-size: cover;
  height: 100%;
}

.comman-hero::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .24) 75.4%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;
  height: 18rem; */
  
  /* content: "";
  position: absolute;blog-section
  bottom: 0; /* Align the gradient at the bottom */
  /* left: 0;
  width: 100%;
  height: 18rem;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.24) 75.4%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;  */

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
  z-index: 1;
/* 
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .24) 75.4%, rgba(102, 102, 102, 0) 100%);
    opacity: .6;
    position: absolute;
    width: 100%;
    height: 15rem;
    z-index: 1;
    content: '';
    top: 0; */

}

/* .hero * {
  position: relative;
  z-index: 2;
} */



/* =================================================================================================================== */
@media  (min-width: 1214px) {

  .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #2c2e73;
    /* color: white; */
  }
  
  .hero p {
    color: #2c2e73;
    /* color: white; */
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
  }
}

.hero .btn-get-started {
  color: #2c2e73;
  /* color: white; */
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 36px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #2c2e73;
}

.hero .btn-get-started:hover {
  color: white;
  background: rgb(242 108 53);

  
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: black;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: black;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: white;
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 1200px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #2c2e73;
  }

  .hero p {

      font-size: 17px;
      line-height: 24px;
      margin-bottom: 30px;
      color: #2c2e73;

  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }





}


#diwali_banner .content h4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
#diwali_banner .content h5 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}
section.expertise-section {
  background-color: #d7d9f8;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid white !important;
}
section.contact-section-page.pt-150.section-pb-150 {

  padding: 60px 0px;

}
@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

.expertise-card {
  margin-bottom: 25px;
  border-radius: 15px;
  padding: 30px 25px 20px;
  display: block;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#16174a),
    to(#2f3197)
  );
  background-clip: padding-box;
  color: white;
}
.expertise-card:before {
  top: 1px;
  left: 1px;
  margin: 0;
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /* background-color: #111; */
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expertise .expertise-card {
  min-height: 350px;
}
.expertise-content .title {
  color: #f1fff6;
  font-size: 28px;
  font-weight: 600;
}
.expertise-content {
  position: relative !important;
}
.expertise-card p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.solution-card {
  min-height: 275px;
}

.equirebtn:hover {
  border: none !important;
}
.expertise-card.solution-card:hover {
  /* background: #14153e !important; */

/* 
  background: linear-gradient(45deg, #f5f6f9 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%); */

background: linear-gradient(45deg, #3863e3 0%, 
color-mix(in srgb, #fc7318, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
}

.expertise-card.solution-card:hover p {
  color: #fff;
}
/* .expertise-card.solution-card:hover:before {

  background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33);
} */
.expertise-card.solution-card:hover:before {
  /* background-image: linear-gradient(90deg, #14153e, #21225e); */
  background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33);
  background: linear-gradient(45deg, #3863e3 0%, 
color-mix(in srgb, #fc7318, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
}
.expertice-subtitle {
  max-width: 620px;
  margin: auto;
  color: #000;
}
.heading-h2-text {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
}
.general-2col-card .heading-h2-text {
  color: #fff;
}
.partners-certificates .card {
  border: none;
  padding: 10px;
}
.partners-certificates .card img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
@media screen and (max-width: 756px) {
  .partners-certificates .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

.expertise-heading .gray-gradient-text {
  font-size: 150px;
  line-height: 130px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: block;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );

  background: linear-gradient(180deg, #2c2e73, #ffffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.about-section {
  position: relative;
  padding: 50px 0px;

  top: 100px;
}
@media screen and (max-width: 1199px) {
  .about-section {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .about-section .container {
    max-width: 1370px;
  }
}
@media screen and (min-width: 1500px) {
  .about-section .container .offset-about {
    margin-left: 70px;
  }
}

.about-section2 {
  position: relative;
  padding-bottom: 70px;
}
.about-section2 .container {
  position: relative;
  z-index: 2;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-bg2 {
  position: absolute;
  top: -260px;
  right: 0;
  z-index: -1;
}

.about-img-content {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .about-img-content {
    margin-bottom: 50px;
  }
}
.about-img-content img {
  -webkit-animation: move 0.8s infinite alternate;
  animation: move 0.8s infinite alternate;
}

.about-img-content2 {
  margin-top: 40px;
}
@media screen and (min-width: 1500px) {
  .about-img-content2 {
    margin-right: -140px;
  }
}
@media screen and (min-width: 1800px) {
  .about-img-content2 {
    margin-right: -240px;
  }
}

.about-object {
  margin-top: 40px;
  margin-bottom: -25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-object {
    margin-top: 50px;
    margin-left: -350px;
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .about-object {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section2 .about-object {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .about-section2 .about-object {
    margin-top: 0px;
  }
}

.about-object-list {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .about-object-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}
.about-object-list .icon {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(2, 18, 106, 0.05);
  box-shadow: 0px 15px 30px 0px rgba(2, 18, 106, 0.05);
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .about-object-list .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about-object-list .icon {
    margin-bottom: 0px;
  }
  .about-object-content .title {
    margin-bottom: 0px !important;
  }
  .para-text-24 {
    font-size: 21px !important;
  }
}

.about-object-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-object-content .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.227;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 22px;
}
.about-object-list .icon img {
  width: 30px;
}
@media screen and (max-width: 991px) {
  .about-object-content .title {
    font-size: 20px;
  }
}

.aboutus-section {
  padding: 70px 0px;
}
@media screen and (max-width: 1199px) {
  .aboutus-section {
    padding: 50px 0px;
  }
}

.about-thumb {
  padding: 75px 10px;
  border: 1px solid #eaedf9;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
}
.about-thumb img {
  border-radius: inherit;
}

.about-cards {
  margin-bottom: -30px;
}

.about-card-list {
  background-color: #f7faff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.about-card-list .sub-title {
  font-weight: 700;
  line-height: 2.8;
  font-size: 15px;
  margin-bottom: 0px;
}
.about-card-list .title {
  font-weight: 700;
  line-height: 1.4;
  color: #d6d6d8;
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-card-list .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-card-list .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about-card-list .title {
    font-size: 20px;
  }
  .general-2col-card {
    padding: 20px !important;
    margin-bottom: 15px;
  }
}
.about-card-list .read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a694ee;
}
.about-card-list .read-more:hover {
  text-decoration: underline;
}

.about-banner {
  position: relative;
  padding: 60px 20px;
  background-image: url("../images/about/3.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1;
  border-radius: 15px;
}
.about-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 18, 106) 0%,
    rgb(38, 71, 200) 100%
  );
  opacity: 0.9;
  z-index: -1;
}
.about-banner .logo {
  display: block;
  margin-bottom: 35px;
}
.about-banner .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .about-banner .title {
    font-size: 20px;
  }
}
.about-banner p {
  color: #a694ee;
}
.about-banner p a {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .about-content .title {
    font-size: 50px;
  }
}

/* ========================================== */

.partners-certificates {
  text-align: center;
  padding: 50px 20px;
}

.partners-certificates h2 {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
}

.grid-item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.grid-item img:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 767px) {
  .about-service {
    padding: 30px 8px;
  }
  section,
  .about-section {
    padding: 20px 5px;
  }
  .other-service {
    padding: 30px 10px;
  }
  .expertise-content .title {
    font-size: 22px;
  }
  .aboutus-section {
    padding: 10px;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
  }
  .page-title {
    text-align: center;
    font-size: 35px !important;
  }
  .home-service-side {
    text-align: center !important;
  }
  .aboutus-section .main-menu-item {
    margin: auto;
    display: block;
  }
  .text-22 {
    font-size: 20px;
    line-height: 1.5;
  }
  .right-padding {
    padding: 20px;
  }
  .client-title {
    text-align: center;
  }
  .transparent-btn {
    min-width: 250px;
    margin-bottom: 20px;
  }
  .main-src-content {
    margin-top: 40px;
  }
  .influr-content {
    padding-left: 0px;
  }
}

.accordion {
  margin-top: 40px;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  .accordion {
    margin-top: 0px;
  }
}
.accordion.accordion2 {
  margin-top: 0;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 19px 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  border: 0;
  border-radius: 15px;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-button {
    padding: 19px 19px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-button {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed) span {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  ); */
  /* background: linear-gradient(to right, #b280e1 0%, #6737bf 100%); */
  background: linear-gradient(to right, #2c2e73 0%, #f26c35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}
.accordion-button:not(.collapsed)::after {
  font-weight: 700;
  font-size: 16px;
  content: "-";
  background-image: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #feb423;
}
.accordion-button::after {
  background-image: none;
  font-weight: 700;
  font-size: 16px;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-fill-color: currentColor;
  background-color: rgb(147 147 147);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
  box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
  width: 28px;
  height: 28px;
  z-index: 1;
  border-radius: 50%;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #8189b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
  box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.accordion2 .accordion-button {
  padding: 10px 20px;
  background-color: #16174a;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.accordion2 .accordion-button:not(.collapsed)::after {
  box-shadow: 2px 1000px 1px rgb(147 147 147) inset;
  color: #ffffff;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #202020;
  margin-bottom: 20px;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Roboto";
  font-weight: 300;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-collapse {
  border: solid var(--bs-border-color);
  border-width: 0 0px;
}
.subservice-icon li a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.subservice-icon li {
  margin-bottom: 10px;
  list-style: none;
}
.subservice-icon li i {
  margin-right: 12px;
}
.accordion-body {
  padding: 19px 40px;
  padding-top: 0px;
}
.accordion-body p {
  font-size: 18px;
  line-height: 1.6;
  color: #bababa;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.mi-landing-inquiry-form {
  background: linear-gradient(90deg, #191a4b, #4547c2);
  border-radius: 15px;
  padding: 2px;
}
.inquiry-one {
  padding: 15px;
}
.subscri-form {
  background-color: #16174a;
  padding: 30px 20px;
  border-radius: 15px;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.grey-text-small {
  font-family: "poppinsbold", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
  padding-bottom: 0;
  margin-top: 6px;
}
h3.title.sidetit {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}

.starting-only-text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 0;
}
.starting-dolor-text {
  font-family: var(--poppinsSemiBold);
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #fff;
}
.starting-dolor-text span {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
}
.home-service-side {
  padding: 0px;
}
.gradient-text {
  /* background: linear-gradient(to right, #b280e1 0%, #6737bf 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
color: #f26c35;


}
.outline-border {
  border: 1px solid #bebebe;
}
.transparent-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 40px;
  padding: 10px 22px;
  margin-right: 0;
  background: transparent;
}
.transparent-btn:hover {
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  color: #fff;
}
.all-service {
  margin: auto;
  display: flex;
}
.tras-btn-border {
  margin: auto;
  display: inline-block;
}
.expertice-subtitle {
  max-width: 620px;
  margin: auto;
}

.hero-form .subemailclass {
  /* background-color: #000; */
  height: 58px;
  border: 1px solid #3c3c3c;
  border-radius: 8px;
  margin-bottom: 10px;
  /* color: white; */
}

.hero-form .btn.btn-warning {
  padding: 20px 25px;
  font-size: 16px;
  border-color: #14153e;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    color-stop(#fe8415),
    color-stop(#fe9515),
    color-stop(#fea51a),
    to(#feb423)
  );
  background-image: linear-gradient(90deg, #14153e, #4b4ed3);
  border: 0px;
  color: #fff;
  border-radius: 18px;
  padding: 15px 20px;
  margin-top: 25px;
}

.submit-btn {
  width: 100%;
}
.animate-two {
  left: -160px;
  bottom: -60px;
  -webkit-animation: move 0.6s infinite alternate;
  animation: move 0.6s infinite alternate;
}

.divide-line {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #6456ec 1.17%, #f550ba 100%);
  border-image-slice: 1;
  margin-right: 3px;
}
.title-border2 {
  width: 15px;
}
.title-border1 {
  width: 35px;
}
.gradient-bg {
  margin: auto;
  text-align: center;
  display: inline-flex;
}
.main-src-content {
  text-align: center;
}
.social-box {
  rotate: 45deg;
  border: 1px solid #302e2e;
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 16px;
}
.ofer-service-content {
  line-height: 1.4;
  /* background-image: url(https://sanpurple.com/assets/images/Subtract.png); */
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-attachment: scroll;
  color: white;
}
.serv-icon-bg {
  rotate: 45deg;
  border: 1px solid #545454;
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 20px !important;
  margin: auto;
}
.serv-icon-bg img {
  rotate: -45deg !important;
}
ul.faq-bullet li {
  font-size: 15px;
  color: #bababa;
  margin-bottom: 10px;
}
.serv-icon-bg i {
  rotate: -45deg;
  color: #bfbfbf;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

.otheserv-icon-bg i {
  font-size: 45px;
  background: linear-gradient(90deg, #6456ec 1.17%, #f550ba 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.6;
}

.otheserv-icon-bg {
  background: linear-gradient(black, black) padding-box,
    linear-gradient(90deg, #6456ec 1.17%, #f550ba 100%) border-box;
  text-align: center;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  padding: 15px;
  width: 90px;
  margin: auto;
}
.other-smm-service {
  padding-bottom: 20px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #2326c3 1.17%, #f26c35 100%);
    border-image-slice: 1;
    margin-bottom: 30px;
}
.number-sequence h1 {
  rotate: -45deg !important;
}
.influr-content {
  padding-left: 40px;
  /* background-image: url("https://sanpurple.com/assets/images/service-details/Subtract.png"); */
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
}

.design-line {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #171717;
}
.design-line-1 {
  position: absolute;
  left: 0;
  width: 350px;
}
.design-line-2 {
  position: absolute;
  right: 0;
  width: 350px;
}
.text-style {
  color: #111;
  user-select: none;
  font-weight: 900;
  line-height: 1.5em;
  text-shadow: 0px 0px 3px #ff9b00;
  font-size: 75px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 1154px) {
  .design-line-1 {
    width: 250px;
  }
  .design-line-2 {
    width: 250px;
  }
  .text-style {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .design-line-1 {
    width: 180px;
  }
  .design-line-2 {
    width: 180px;
  }
  .text-style {
    font-size: 40px;
  }
}

@media screen and (max-width: 530px) {
  .design-line-1 {
    width: 150px;
  }
  .design-line-2 {
    width: 150px;
  }
  .text-style {
    font-size: 38px;
  }
}

/*--------------------------------------
  /*   [ 24. contact form CSS ] 
  ----------------------------------------*/
.contact-form-card {
  background-color: #16174a;
  padding: 30px;
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .contact-form-card {
    padding: 80px;
  }
}
.contact-form-card .title {
  color: #fff;
  line-height: 1.857;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form-card .title {
    font-size: 26px;
  }
}

.contact-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-media .header {
  font-size: 15px;
  font-weight: 700;
}
.contact-media .para {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .contact-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.contact-media .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  width: 55px;
  height: 55px;
  border: 1px solid #eef0f8;
  border-radius: 50%;
  background-color: rgb(247, 250, 255);
}
@media screen and (min-width: 1200px) {
  .contact-media .icon {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 575px) {
  .contact-media .icon {
    margin-bottom: 20px;
  }
}

.contact-media .icon span {
  font-size: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #16174a 0%, #14153e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 18px;
}
.contact-media .content {
}
.contact-media .content .text {
}
.contact-media .content .number {
  line-height: 1.3;
  font-weight: 500;
  color: #d3d3d3;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .contact-media .content .number {
    font-size: 18px;
  }
}
.contact-media .content a.number:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-media-list {
  background-color: #14153e;
  border: 1px solid #353535;
  padding: 25px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .contact-media-list {
    padding: 25px 40px;
  }
}
.contact-media-list + .contact-media-list {
  margin-top: 20px;
}

.google-map {
  width: 100%;
  height: 350px;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .google-map {
    height: 500px;
    margin-top: 70px;
  }
}

.success {
  margin-top: 15px;
  color: green;
}

.error {
  margin-top: 15px;
  color: red;
}
.contact-media .content .text {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comment-form .inputBox {
  background-color: #14153e;
  height: 60px;
  padding: 15px 30px;
  color: white !important;
  margin-bottom: 20px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #353535;

  display: block;
  width: 100%;
}
.inputBox::placeholder {
  color: white; /* Placeholder text color */
}
.comment-form input {
  color: white;
}
.btn-submit {
  border-color: #a694ee;

  background: linear-gradient(90deg, #14153e, #1e1f62);
  border: 0px;
  color: #fff;
  border-radius: 30px !important;
  padding: 15px 20px !important;
}
.submit-btn {
  padding: 20px 30px;
  width: 250px;
  margin: auto;
  display: block;
}
.comment-form {
  background: rgb(22 23 74);
  padding: 20px;
  border-radius: 20px;
  /* box-shadow: 0px 2px 5px #0f0f0f; */
  border: 1px solid #353535;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-item:nth-child(2) .footer-social-link {
  border-left: 0px;
  border-right: 0px;
}

.footer-social-link {
  border: 1px solid #393939;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.footer-social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1920px) {
  .header .container {
    max-width: 1370px;
  }
}

.header-top p {
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  color: #fff;
}
.header-top li {
  color: #fff;
}
.header-top li a {
  color: #fff;
}

.header-social-links .social-link-item {
  border-right: 1px solid #273581;
}
.header-social-links .social-link-item:first-child {
  border-left: 1px solid #273581;
}
.header-social-links .social-link-item .social-link {
  display: block;
  padding: 22px 20px;
  line-height: 1;
}
.header-social-links .social-link-item .social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #dbe0ff 0%, #596190 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-border {
  background-image: -ms-linear-gradient(
    0deg,
    rgb(252, 115, 24) 0%,
    rgb(254, 180, 35) 100%
  );
  display: inline-block;
  width: 90px;
  height: 1px;
  margin-right: 30px;
}

.select-box .select-item {
  line-height: 1;
  position: relative;
}
.select-box .select-item:first-child {
  padding: 22px 20px;
  border-left: 1px solid #273581;
}
.select-box .select-item a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #d4b4fa 0%, #aebaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select-box .select-item .selectric {
  border: 0px;
  background: transparent;
}
.select-box .select-item .selectric .label {
  color: #fff;
  font-size: 15px;
}
.select-box .select-item .selectric .button {
  background: transparent;
}
.select-box .select-item .selectric .button::after {
  top: 4px;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url("../images/icon/arrow-down-white.png");
  background-repeat: no-repeat;
  border: 0px solid transparent;
}
.select-box .selectric-items {
  background: #fff;
  border: 0px;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
}
.select-box .selectric-items li.highlighted {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    color-stop(#fe8415),
    color-stop(#fe9515),
    color-stop(#fea51a),
    to(#feb423)
  );
  background-image: linear-gradient(90deg, #7d53d3, #ab94e5);
  color: #fff;
  font-size: 14px;
}
.select-box .selectric-items ul,
.select-box .selectric-items li {
  font-size: 14px;
  color: #d6d6d8;
}
.select-box .selectric-items li:hover {
  background: #d6d6d8;
  color: #fff;
}
.select-box .form-select {
  padding: 22px 45px 20px 22px;
  color: #fff;
  border: 0px;
  border-left: 1px solid #273581;
  border-right: 1px solid #273581;
  background: transparent;
  line-height: 1.1;
  border-radius: 0px;
  cursor: pointer;
}
.select-box .form-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select-box .form-select:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select-box .form-select:focus-visible {
  text-shadow: none;
}

/*--------------------------------------
  /*   [ 05. main menu CSS ] 
  ----------------------------------------*/
.header-bottom {
  padding: 0px 0px;
  background: transparent;
  position: absolute;
  /* top: 0px; */
  z-index: 9999;
  width: 100%;
}

.main-menu .btn-warning {
  margin-left: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu .btn-warning {
    margin-left: 0px;
  }
}
.main-menu .btn-warning i {
  margin-left: 15px;
}

.main-menu-item {
  position: relative;
  display: inline-block;
}
.main-menu-item + .main-menu-item {
  margin-left: 45px;
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .main-menu-item + .main-menu-item {
    margin-left: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-item + .main-menu-item {
    margin-left: 20px;
  }
}

.main-menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.main-menu-link:hover {
  color: #ded1ff;
}

.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
  background: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  -webkit-box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}
.is-sticky .btn-warning {
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .is-sticky .btn-warning {
    padding: 14px 18px;
  }
}

/*--------------------------------------
  /*   [ 06. sub menu CSS ] 
  ----------------------------------------*/
.sub-menu {
  position: absolute;
  text-align: left;
  z-index: 9999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  border-bottom: 4px solid #d6d6d8;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
ul.sub-menu li {
  padding: 3px 10px;
}
.sub-menu li + li {
  margin-left: 0px;
}
.sub-menu .sub-menu-link {
  text-transform: capitalize;
  color: #d6d6d8;
  text-align: left;
  font-size: 15px;
  line-height: 1.375;
  display: block;
  padding: 8px 30px;
}
.sub-menu .sub-menu-link:hover {
  color: #a694ee;
}

.main-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: 5px;
  opacity: 1;
}

/*--------------------------------------
  /*   [ 18. footer CSS ] 
  ----------------------------------------*/
.footer-section {
  position: relative;
}
.footer-section .shape {
  position: absolute;
  right: 80px;
  bottom: 106px;
}
.footer-section .footer-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .footer-section .footer-bg-shape {
    display: none;
  }
}

.footer-top {
  padding: 60px 0px;
}
.footer-top .container {
  position: relative;
  z-index: 1;
}
.d-none {
  display: none !important;
}
.tech-box {
  padding-block: 15px;
  background-color: #16174a;
  border-radius: 10px;
  padding-left: 10px;
  margin: auto;
  vertical-align: middle;
  min-height:     14px;
  margin-bottom: 15px;
}

.tech-icon {
  display: inline-flex;
  align-items: center;
}
.tech-box:hover {
  /* background: #4143b8; */
  /* background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33); */

  background: linear-gradient(45deg, #476ee3 0%, 
color-mix(in srgb, #fc7318, transparent 0%) 100%);
}

.checked {
  color: orange;
}

.display-counter {
  color: #17184c;
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 974px) {
  .display-counter {
    color: #17184c;
    font-size: 38px;
    font-weight: bold;
  }
  .display-counter-text {
    color: #17184c;
    font-size: 14px;
    font-weight: 700;
  }
}

.display-counter-text {
  color: #17184c;
  font-size: 15px;
  font-weight: 700;
}
#expertise {
  margin: 87px 0px;
}
h5.expertise_sub-header {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
h2.expertise_header {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 12px;
}
p.expertise_para {
  font-size: 18px;
  font-weight: 400;
}
span.unit {
  font-size: 26px;
  font-weight: bold;
  color: #da1f26;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: none;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .footer-top {
    background: #000;
  }
}

.footer-card {
  /* background: #16174a; */
  padding: 53px 30px;



  background: linear-gradient(45deg, #dde4fb 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%);
}
.footer-card li {
  list-style: none;
}
.footer-widget .footer-logo {
  display: block;
  width: 85%;
  margin-bottom: 18px;
}
.footer-widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.687;
  color: #c6c9d8;
  font-size: 15px;
  margin-bottom: 35px;
}
.footer-widget .title {
  color: #2c2e73;
  font-weight: 900;
  line-height: 1;
  font-size: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.footer-widget img {
  width: 200px;
  height: 172px;
}
@media screen and (max-width: 767px) {
  .footer-widget .title {
    font-size: 18px;
  }
}
.footer-widget .title::before,
.footer-widget .title::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 5px;
  border-radius: 5px;
}
.footer-widget .title::before {
  background-image: linear-gradient(90deg, #350d87, #f26c35);
  width: 30px;
  left: 0px;
  background-image: -ms-linear-gradient(
    0deg,
    rgb(252, 115, 24) 0%,
    rgb(254, 180, 35) 100%
  );


}
.footer-widget .title::after {
  background: #e6e9f5;
  width: 15px;
  left: 40px;
}

.adress li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.687;
  color: #2c2e73;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #2c2e73;
}
.adress li:first-child {
  border-top: 1px solid #393939;
}
.adress li .icon {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #8d5aef 0%, #be9efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.adress li a {
  color: inherit;
}
.adress li a:hover {
  color: #f26c35;
}

.footer-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 2.533;
    color: #2c2e73;
    font-size: 16px;

}
.footer-link i {
  margin-right: 20px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-item:nth-child(2) .footer-social-link {
  border-left: 0px;
  border-right: 0px;
}

.footer-social-link {
  border: 1px solid #393939;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.footer-social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-color: orange;
}

.copy-right-section {
  padding: 20px 0px;
  background: linear-gradient(45deg, #b6c2e9 0%, 
color-mix(in srgb, #6d1ba7, transparent 0%) 100%);

/* .copy-right-section {
  padding: 20px 0px;
  background: linear-gradient(45deg, #b6c2e9 0%, 
color-mix(in srgb, #6d1ba7, transparent 0%) 100%);
} */
}


.copy-right-section p {
  text-align: center;

  color: #14153e;
}
.copy-right-section p a {
  color: #a54424;
    font-weight: bold;
}
.copy-right-section p i {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.path-svg {
  max-width: 127px;
  max-height: 305px;
  position: absolute;
  right: 80px;
  bottom: 106px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .path-svg {
    right: 10px;
    bottom: 90px;
  }
}

/* 
  ================================================================
  
  */

.header {
  color: #ffffff;
  background-color: transparent;
  padding: 0px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
}

.header .logo img {
  max-height: 130px;
  margin-right: 8px;
  width: 199px;
  height: 127px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: red;
  background: green;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, red, transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }
  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
  .header .navmenu {
    order: 3;
  }
}

/* Index Page Header
------------------------------*/

.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/

.index-page.scrolled .header {
  background-color: rgba(40, 58, 90, 0.9);
}
#header.scrolled {

    background-color: rgb(202 188 237);
    background: linear-gradient(45deg, #dde4fb 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%);

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 23px;
    font-size: 18px;
    font-family: var(--nav-font);
    font-weight: 400;

    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }

  /* .hv_color li:hover > a {
    color:  white;
    /* color: #f26c35; */
  } */
  .hv_color .active, .hv_color .active:focus{
    color: white;
  }
  .hv_color_b li:hover > a,
  .hv_color_b .active,
  .hv_color_b .active:focus {
    color: #ad3ef5 !important;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
  .navmenu .megamenu {
    position: static;
  }
  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }
  .navmenu .megamenu ul li {
    flex: 1;
  }
  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: #444444;
  }
  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .megamenu:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }


/* Mobile Navigation */

@media (max-width: 1199px) {

  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu .Navist {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;

    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: black;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color:black;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color:     color;
       
        transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
.sub_menu {
  display: none;
  position: absolute;
  top: 29px;
  background-color: white;
  border-radius: 5px;
  padding: 18px 28px;
  width: 378px;
  height: auto;
  box-shadow: 0 15px 30px rgba(18, 19, 20, .2);

}
.custumdropdown {
  position: relative;
}

.custumdropdown:hover .sub_menu {
  display: block;
}

.submenu.show {
  display: block; /* Shows the submenu when 'show' class is added */
}

.sub_menu ul {
  margin: 0px;
  padding: 0px;
}

.sub_menu ul li {
  list-style: none;
  padding: 7px 0px;
  display: block;
}
.sub_menu ul li:hover{
  color: white;
    background-color: #2c2e73;
    /* padding: 12px; */
}

.sub_menu ul li a {
  color: #000;
  font-size: 17px;
  /* padding: 10px 5px; */
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;

}
.sub_menu ul li:hover a {


  color: white;
}

@media (min-width: 769px) {
  .top_list,
  .bottom_list {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the left */
  }

  .top_list li,
  .bottom_list li {
    width: 100%; /* Make each item take full width */
    margin: 5px 0; /* Add vertical space between items */
  }
}
/* ============================================================= */

/* Mobile styling */

@media (max-width: 1197px) {
  .navmenu {
    /*  display: none; Hide menu by default on mobile */
    flex-direction: column;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: white;
    padding-top: 20px;
  }

  .navmenu .Navist {
    width: 100%;
    list-style: none;
    position: absolute;
    border-radius: 6px;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;

    /* display: block; */
    padding: 0px;
    margin: 0px;
    padding-left: 26px;
    padding-top: 3px;
  }

  .top_list,
  .bottom_list {
    display: block;
    /*  flex-direction: row; Display items side-by-side in a row */
    /* justify-content: flex-start;  Align items to the left */
  }

  .top_list li,
  .bottom_list li {
    margin: 0 10px; /* Horizontal space between items */
  }
  .Navist .servicesLink{
    color: black;
}
  .Navist .nav-item {
    margin: 15px 0;
    display: block;
    color: black;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 5px 5px;
    display: block;
  }
  .Navist a {
    color: black;
    padding: 10px;
    text-decoration: none;
  }
  .sub_menu {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
  }

  .mobile-nav-toggle {
    font-size: 37px;
    cursor: pointer;
    color: white;

    position: absolute;
    right: 46px;
  }

  .navmenu.show {
    display: flex; /* Show the menu when toggle is active */
  }
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border: 1px solid white;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  padding-top: 0px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content p {
  font-size: 18px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.top_header {
  font-size: 34px;
  font-family: sans-serif;
}

.top_para {
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .partners-certificates .card {
    border: none;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 974px) {
  .top_img {
    width: 50%;
    margin: 0 auto;
  }
  .top_img_wrapper {
    width: 370px;
    margin: 0 auto;
  }
}

@media (max-width: 1197px) {
  .mobile-nav-toggle {
    font-size: 37px;
    cursor: pointer;
    color: white;

    position: absolute;
    right: 46px;
  }
  .navmenu.show {
    display: flex; /* Show the menu when toggle is active */
  }
  .navmenu {
    display: none;
  }
}

/* ============================= */

#closeButton {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 99999;
}
@media (max-width: 1197px) {
  #closeButton {
    display: block;
  }
  /* #navmenu {
    position: relative;
  } */

  .closeNavMenu {
    display: none;
  }
}

.footer_main_wrapper {
  background-color: #0d2756;
}

.client_logo {
  width: 280px;
  height: 168px;
  border-radius: 43px;
}

@media (max-width: 1206px) {
  .client_logo {
    width: 220px; /* Adjust width as needed for tablet */
    height: 150px;
  }
}

/* Mobile (landscape) */
@media (max-width: 768px) {
  .client_logo {
    width: 180px; /* Adjust width as needed for landscape mobile */
    height: 140px;
  }
}

/* Mobile (portrait) */
@media (max-width: 480px) {
  .client_logo {
    width: 140px; /* Adjust width as needed for portrait mobile */
    height: 140px;
  }
}



/* ============================================== */

ul.service-sidetab li {


  list-style: none;
    /* border: 1px solid #212529; */
    /* border-radius: 30px; */
    margin-bottom: 20px;
text-align: left;
    font-size: 18px;
    color: #212529;
}
ul.service-sidetab li:hover {
cursor: pointer;

}
ul.service-sidetab li i {
  margin-right: 10px;
}

.footer-social li {
  list-style: none;
}

/* Media Query for Large Screens */
@media (max-width: 1750px) {
  .sub_menu {
    width: 480px;
    padding: 18px 14px;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 26px;
  }
}
@media (max-width: 1703px) {
  .sub_menu {
    width: 467px;
    padding: 18px 14px;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 26px;
  }
}
/* Media Query for Smaller Screens */
@media (max-width: 1568px) {
  .sub_menu {
    width: 435px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 23px;
  }
}
@media (max-width: 1488px) {
  .sub_menu {
    width: 400px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .top_list ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 0px;
  }
}
@media (max-width: 1435px) {
  .sub_menu {
    width: 387px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .top_list ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 0px;
  }
}

@media (max-width: 1180px) {
  .sub_menu {
    width: 460px;
    padding: 18px 14px;
    overflow: hidden;
  }


  .top_list ul li{
margin: 0px;
 }
  .top_list ul li a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 0px;
  }
}

@media (max-width: 768px) {
  .sub_menu {
    width: 460px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .top_list ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 0px;
  }
}

/* .sub_menu ul li a:hover {
  color: #6843e3;

} */
/* .hv_color .sub_menu ul li a:hover{
  color: white !important;
} */
@media (max-width: 430px) {
  .navmenu a,
  .navmenu a:focus {
    padding: 0px 20px;

    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
}

/* =================================== */

.hidden {
  display: none;
}

.home-technology {
  padding: 4rem 0;
  position: relative;
  padding-top: 0px;
}

#technologies{
  background-color: #f3f1f7;
    padding-top: 20px;
    padding-bottom: 20px;
}


.home-technology-wrapper {
  position: relative;
  overflow: hidden;
}

.home-technology-inner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  transition: transform .5s;
  -o-transition: transform .5s;
  -ms-transition: transform .5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
}

.hide-image {
  display: none !important;
}

.home-technology-inner {
  padding: 5rem 2.5rem 5.6rem;
  position: relative;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-technology-inner p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  max-width: 1206px;
  margin: 0 auto 32px;
}

.tatva-technology-btn .btn {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  height: 5rem;
  line-height: 1.8rem;
  display: flex
;
  align-items: center;
  justify-content: center;
  min-width: 252px;
  letter-spacing: .7px;
  border-radius: .2rem;
}

.technology-hero-section {
  position: relative;
  background: url('./images/banner/technology_banner.jpg') no-repeat center center/cover; /* Replace 'background.jpg' with your image URL */
  height: 400px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;

}


.technology-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 1;
}
.technology-hero-section h1, .technology-hero-section p, .technology-hero-section .btn {
  position: relative;
  z-index: 2;
}



.technology-hero-section h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.technology-hero-section p {
  font-size: 18px;
  max-width: 800px;
  line-height: 1.6;
  margin: 10px auto;
}

.technology-hero-section .btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.technology-hero-section .btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .technology-hero-section {
    height: auto; /* Adjust height for smaller screens */
    padding: 40px 20px;
  }

  .technology-hero-section h1 {
    font-size: 28px;
  }

  .technology-hero-section p {
    font-size: 16px;
    line-height: 1.5;
  }

  .technology-hero-section .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .technology-hero-section h1 {
    font-size: 24px;
  }

  .technology-hero-section p {
    font-size: 14px;
    line-height: 1.4;
  }

  .technology-hero-section .btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* Optional: Gradient Overlay for Better Text Visibility */

.new-faq-section{

    padding: 0 0 35px;
    overflow: hidden;
   
}
.new-faq-section .faq-listing {
  display: flex
;
  flex-wrap: wrap;
  margin: 0;
}

.new-faq-section .faq-listing .faq-inner {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #eee;
  list-style: none;
}

 .new-faq-section .faq-listing .faq-inner:first-child .faq-title {
  padding-top: 0;
}

.new-faq-section .faq-listing .faq-inner .faq-title h3 {
  color: #0b2e58;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  position: relative;
  padding-right: 55px;
}

.new-faq-section .faq-listing .faq-inner .faq-title h3:after {
  position: absolute;
  content: "";
  background-image: url('./images/icon/faq-right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 19px;
  right: 0;
  background-size: 19px;
  transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

   /* Toggle open styles */
   .faq-listing {
    list-style: none;
    padding: 0;
  }
  .new-faq-section .faq-listing .faq-inner:first-child {
    border-top: 0;
    padding-top: 12px;
}
  .faq-inner {
    /* border: 1px solid #ddd; */
    /* margin-bottom: 10px; */
    border-radius: 5px;
    overflow: hidden;

    border-radius: 5px;
    overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
  }

  .faq-title {
    background-color: inherit;
    color: inherit;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .faq-title:hover {
    background-color:inherit;
  }

  .faq-detail {
    display: none; /* Hidden by default */
    padding: 15px;
    background-color: #f9f9f9;
  }

  .faq-detail p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
  }



   .faq-inner.active .faq-detail {
    display: block;
  }

  .new-faq-section h2 {
    text-align: center;
    margin-bottom: 39px;
    color: #0b2e58;
}

.why-gaurantee {
  padding: 79px 0 37px;
}
.why-gaurantee h2{
  font-size: 42px;
  line-height: 1.26;
  color: #0b2e58;
}

.why-global-presence-section {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block {
  flex: 0 0 43%;
  max-width: 43%;
  padding: 0 92px 0 0;
}

 .why-gaurantee .why-gaurantee-wrapper {
  display: flex
;
  flex-wrap: wrap;
}
.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block li{
  list-style: none;
}
.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block li .gaurantee-icon-block {
  background-color: #156ba3;
  height: 47px;
  line-height: 47px;
  min-width: 50px;
  display: flex
;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}
.why-gaurantee li{
  list-style: none;
}
.why-gaurantee .gaurantee-icon-block {
  background-color: #156ba3;
  height: 47px;
  line-height: 47px;
  min-width: 50px;
  display: flex
;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
  max-width: 50px;
}


.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block li .gaurantee-icon-block img {
  width: auto;
  height: 23px;
}


.why-gaurantee .js-lazy-image{
width: 100%;
max-height: 560px;
}



.why-gaurantee  li h3 {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b2e58;
}

.why-gaurantee  li p {
  line-height: 1.38;
}

.why-gaurantee .why-gaurantee-wrapper .gaurantee-image-block {
  flex: 0 0 57%;
  max-width: 57%;
  position: relative;
  padding-bottom: 41%;
  padding-left: 69px;
}

.why-gaurantee .why-gaurantee-wrapper .gaurantee-image-block img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block h2 {
  margin-bottom: 28px;
}
.why-gaurantee .why-gaurantee-wrapper .gaurantee-content-block ul li {
  display: flex
;
  align-items: center;
  margin-bottom: 26px;
}

 .footer-upper-part, .sticky-header.active-nav .site-header {
  background-color: #16174a;
}

.footer-upper-part .footer-upper-content-wrapper .inner-content-wrapper {
  display: flex
;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 39px;
}

.footer-upper-part .footer-upper-content-wrapper h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 5rem;
  transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  /* font-size: 3.4rem; */
  margin-bottom: .8rem;
}

.footer-upper-part .footer-upper-content-wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .2px;
}

.footer-upper-part .footer-upper-content-wrapper p a {
  color: #f26c35;
  font-weight: 600;
  display: inline-block;
}

.footer-upper-part .footer-upper-content-wrapper .btn-wrapper .btn {
  text-transform: uppercase;
  min-width: 135px;
  padding: 13px 30px;
  border-radius: .2rem;
  display: inline-block;
  border: 1px solid #f26c35;
  background-color: #f26c35;
  color: white;
}

.footer-lower-part .footer-lower-content-wrapper .dmca-logo a,
.site-header .header-wrapper .logo-wrapper a,
.slick-dots li,
img {
    display: inline-block
}


/* ======================================================================================= */





/* ================================================ */
.digitriv-service-section{

}
.project-information-list {
  display: flex
;
  margin: 0 -1.5rem 3.5rem;
  padding: 0 0 5rem;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.project-information-list>li {
  max-width: 19.3%;
  flex: 0 0 19.3%;
  padding: 0 1.5rem;
  text-align: center;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  list-style: none;
}

.project-information-list>li .inner-list span {
  font-size: 50px;
  line-height: 1;
  /* display: block; */
  margin: 0 0 .9rem;
  color: #156ba3;
}
.project-information-list>li .inner-list span sup {
position: static;
}
.project-information-list>li .inner-list p {
  font-size: 24px;
  padding: 0 2.7rem;
  line-height: 1.2;
  margin-top: 15px;
}

.inner-list {
  border-right: 1px solid #dcd5d5;
}

.has-inner-img-list ul li{
list-style: none;
}

/* ============================================= */

.digitriv-service-section .title-block {
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  max-width: 1410px;
}

.digitriv-service-section  .title-block h2 {
  margin: 0 auto 20px;
  max-width: 900px;
  line-height: 1.2;
  font-weight: 400;
    color: #0b2e58;
}

.digitriv-service-section .title-block p {
  line-height: 1.75;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}



 .work-item-inner {
  background-color: #f7f8f8;
  border-bottom: 1px solid #ccc;
  text-align: center;

  transition: .6s;
  -o-transition: .6s;
  -ms-transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0);
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-bottom: 20px;
}

.work-item-inner2{
  padding: 35px 20px;
  padding-bottom: 0px;
}

.digitriv-service-section  .work-item-inner h3 {
  margin: 0;
  color: #0b2e58;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 400;
}

.digitriv-service-section  .work-item-inner p {
  transition: .6s;
  -o-transition: .6s;
  -ms-transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  line-height: 1.65;
  padding: 0;
  margin-top: 5px;
  font-size: 18px;
    color: #333;
}


/* ====================================================== crausel css ====================================================== */
.carousel {
  position: relative;
  width: 100%;
    /* max-width: 1310px; */
    height: 575px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

/* Slide Container */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

/* Slide Content */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-content {
  position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    text-align: left;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    padding-top: 50px;
    padding-left: 30px;

}

.carousel-content h2 {
  margin: 0 0 10px;

max-width: 540px;
  font-size: 34px;
    font-weight: 400;
    padding-right: 20px;
}

.carousel-content p {
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.6;
max-width: 540px;

  color: #fff;
    

}

.carousel-content .tags {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.tag {


  padding: 5px 10px;
    /* background-color: #fff; */
    color: #fff;
    /* border-radius: 5px; */
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white;

}

.carousel-content a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;

  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid white;
}

.carousel-content a:hover {
  background-color: #fff;
  color: #0b2e58;
}

.header_text{
  font-weight: 400;
    color: #0b2e58;
}
.para_text{
  margin-top: 5px;
    font-size: 18px;
    color: #333;
}
/* Navigation Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Dots */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.active {
  background-color: white;
}


/* Navigation Buttons */
.carousel-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.nav-btn {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-btn.active {
  background-color: #333; /* Highlight active button */
}

.digitriv-development-challlenge-wrapper{
/* display: flex;
    justify-content: space-between;
    margin: 0 -1.5rem;
    align-items: center; */

}

.digitriv-development-challlenge-wrapper .content-block {
  max-width: 65%;
  flex: 0 0 65%;
  padding: 0 1.5rem;
  border-left: 3px solid #f26c35;
}

.digitriv-development-challlenge-wrapper  .btn-block {
  max-width: 35%;
  flex: 0 0 35%;
  padding: 0 1.5rem;
  text-align: right;
}

.btn-block .btn-inner {
  display: flex
;
  align-items: center;
  justify-content: flex-end;
  /* margin-top: -10px; */
}


.btn-block .btn-inner a {


  color: #333;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: flex
;
    align-items: center;

}

.btn-block .btn-inner span {
  display: inline-flex
;
  width: 40px;
  height: 40px;
  background: #fa8503;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  position: relative;
  left: 0;
}
.btn-block .btn-inner span:hover{
background-color: #000;
}


.btn-block .btn-inner span img {
  width: 8px;
  height: 13px;
}

.digitriv-development-challlenge-wrapper .content-block h2 {
  color: #0b2e58;
  font-size: 30px;
  line-height: 1.27;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.1rem;
  padding-left: 32px;
  position: relative;
  letter-spacing: 0;
  max-width: 520px;

}
/* ======================================================================= */

/* Responsive Design */
@media screen and (max-width: 768px) {
  .carousel-content {
    padding: 10px;
    margin-top: -30px;
  }

  .carousel-content h2 {
    font-size: 1.2rem;
  }

  .carousel-content p {
    font-size: 0.9rem;
  }

  .arrow {
    font-size: 1.5rem;
    padding: 8px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-content {
    padding: 8px;
    margin-top: -20px;
  }

  .carousel-content h2 {
    font-size: 1rem;
  }

  .carousel-content p {
    font-size: 0.8rem;
  }

  .arrow {
    font-size: 1.2rem;
    padding: 5px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 768px) {
  /* .slide {
    flex-direction: row; 
  } */

  .carousel-content {
    margin-left: 20px; /* Add spacing between image and content */
    text-align: left;  /* Align text to the left */
  }
}

/* Smaller Screens: Move content below the image */
@media (max-width: 767px) {
  /* .slide {
    flex-direction: column; /* Stack image and content vertically */


  .slide {
    min-width: 100%;
    height: 100%;
    position: static;
}

  .carousel-content {

    position: absolute;
    top: 240px;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    text-align: left;
    /* display: flex
; */
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    /* padding-top: 50px; */
    padding-left: 30px;

    text-align: center;
}

.carousel-content .tags {
  display: flex
;
  gap: 10px;
  margin: 15px 0;
  justify-content: center;
}

} 


@media (max-width: 768px) {


  .digitriv-development-challlenge-wrapper .content-block {
    max-width: 100%;
    flex: 0 0 65%;
    padding: 0 1.5rem;
    border-left: 3px solid #f26c35;
  }
  .digitriv-development-challlenge-wrapper .content-block h2 {
    color: #0b2e58;
    font-size: 24px;
    line-height: 1.27;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1.1rem;
    padding-left: 32px;
    position: relative;
    letter-spacing: 0;
    max-width: 520px;
}

.digitriv-development-challlenge-wrapper .btn-block {
  max-width: 100%;
  /* flex: 0 0 35%; */
  padding: 0 1.5rem;
  text-align: center;
}
}


@media (max-width: 768px) {
  .footer-upper-part .footer-upper-content-wrapper .inner-content-wrapper {

display: block;
  }
  .footer-upper-part .footer-upper-content-wrapper h2 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    font-size: 22px;
    margin-bottom: .8rem;
    text-align: center;
}
.footer-upper-part .footer-upper-content-wrapper p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2px;
  text-align: center;
}

.footer-upper-part .footer-upper-content-wrapper .inner-content-wrapper {
  display: flex
;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0 39px;
}
}



@media (max-width: 768px) {
  .project-information-list {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping of items */
    justify-content: center; /* Distributes items evenly */
    list-style: none;
    padding: 0;
    margin: 0;



        margin-bottom: 50px;
  }
  
  /* .project-information-list li {
    flex: 1 1 calc(50% - 20px); 
    margin: 10px; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  } */
  
 
    .project-information-list>li { 
      max-width: 100%;
     
      margin: 10px 0; /* Adjust margin for mobile */
    }

    .inner-list {
border: none;
    }
 
}




  .service-grid-wrapper .work-item-inner {
    background-color: #f7f8f8;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 35px 20px;
    transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    position: relative;
    height:auto;
}
.service-grid-wrapper .work-item-inner:hover {
  background-color: #2c2e73;
  /* color: white;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 3.5rem 2.9rem 3.4rem;
    transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    position: relative;
    height:auto; */
}



.service-grid-wrapper .work-item-inner {
  background-color: #f7f8f8;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding:35px 20px;;
  
  position: relative;
  height: auto;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-bottom: 20px;
}

.service-grid-wrapper  .work-item-inner em {
  display: inline-block;
  position: relative;
  margin: 0 0 .6rem;
  min-height: 52px;
}

.service-grid-wrapper  .work-item-inner h3 a {
  margin: 0;
  color: #0b2e58;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
 
}

.service-grid-wrapper  .work-item-inner p {

  padding: 0;
  margin-top: 15px;
  font-size: 17px;
    color: #333;
}
.digitriv-home-service .inner-list {
  border-right: 1px solid #dcd5d5;
  text-align: center;
}


.digitriv-home-service .inner-list p  {
 
    font-size: 20px;
    /* padding: 0 2.7rem; */
    line-height: 1.2;
    margin-top: 12px;

}


.digitriv-home-service .inner-list  span {
  font-size: 50px;
  line-height: 1;
  /* display: block; */
  margin: 0 0 .9rem;
  color: #156ba3;
}

.digitriv-home-service .title-block .h2 {
  margin: 0 auto 20px;
  max-width: 900px;
  line-height: 1.2;
  color: #0b2e58;
}
.service-grid-wrapper .work-item-inner:hover a {
  /* background-color: #156ba3; */
  color: white;

}
.service-grid-wrapper .work-item-inner:hover p {
  /* background-color: #156ba3; */
  color: white;

}
.service-grid-wrapper .work-item-inner:hover .default-image {
  /* background-color: #156ba3; */
 display: none;

}
.service-grid-wrapper .work-item-inner:hover .hover-image {
  /* background-color: #156ba3; */
 display: block;

}

.service-grid-wrapper .work-item-inner .hover-image{
  display: none;
}
/* =========================================================== */

.testimonial-section {
  background-color: #A43421;
  color: #fff;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial.active {
  opacity: 1;
}

.quote p {
  font-size: 1.2rem;
  font-style: italic;
  margin: 20px 0;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-logo {
  width: 50px;
}

.client-name {
  font-size: 1.1rem;
  font-weight: bold;
}

.client-role {
  font-size: 0.9rem;
}

.rating {
  text-align: center;
  margin-top: 20px;
}

.rating p {
  margin: 5px 0;
}

.stars {
  font-size: 1.5rem;
  color: gold;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
}

i.fa-solid.fa-quote-left {
  font-size: 32px;
  margin-right: 12px;
}


.testimonial_section .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0;
  transition: opacity .15s ease;
}


.testimonial_section .carousel-control-next{
  opacity: 0;
}

#blog-section{
  /* margin-top: 50px;
  margin-bottom: 50px; */

  /* background-color: #f3f1f7; */
    padding-top: 50px;
    padding-bottom: 70px;
}
#blog-section .card:hover{
  transform: scale(1.05); /* Slightly enlarge the card */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top_heading{
  font-size: 40px;
  line-height: 1.26;
  color: #0b2e58;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}


.home_blog_title{
  font-size: 22px;
  line-height: 1.36;
  color: #0b2e58;
}
.home_blog_para{
  font-size: 16px;
    color: #333;
    line-height: 1.8;
}

/* Button Wrapper */
.btn-wrapper {
  margin-top: 20px;
  text-align: center; /* Center the button */
}

/* Default Button Style */
.btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #fdb441; /* Primary color */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover Effect */
.btn:hover {
  background-color: #e68a00; /* Darker shade */
  transform: scale(1.08); /* Slightly enlarge */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Click Effect */
.btn:active {
  transform: scale(1);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .btn-wrapper {
      text-align: center;
  }

  .btn {
      width: 90%;
      text-align: center;
      font-size: 16px;
      padding: 12px;
  }
}


/* =================================================================================== */

.new-about-section .about-us-content{
 padding-top: 30px;
 padding-bottom: 30px;

}

.new-about-section .about-us-content p{
  font-size: 18px;
  line-height: 1.78;
}

.new-about-section .about-us-wrapper{
  display: flex
;
    flex-wrap: wrap;
    margin: 0 -5rem;
    padding-bottom: 50px;
}

.new-about-section .about-us-wrapper .inner-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5rem;
  
}


.new-about-section .about-us-wrapper .inner-col p {
  padding-left: 2.4rem;
  position: relative;
  font-size: 17px;
}



.new-about-section .about-us-wrapper .inner-col p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 1rem;
  bottom: .9rem;
  width: .3rem;
  background-color: #156ba3;
}

/* =========================================== */
.about-services-section{
margin-top: 80px;
margin-bottom: 50px;
}



.about-service-listing{
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-services-section .heading{
  font-size: 27px;
    line-height: 1.26;
    font-weight: 400;
    color: #0b2e58;
    text-align: center;
}


.about-services-section .about-service-listing .about-service-list-item {


  border: 1px solid #eee;
background-color: #fff;

}

.about-services-section .about-service-listing .about-service-list-item:hover{
  background-color: #eee;
}

.about-services-section .about-service-listing .about-service-list-item .about-service a{
  display: block;
}


.about-services-section .about-service-listing .about-service-list-item a {
  padding: 26px 15px;
  height: 100%;
  box-sizing: border-box;

  text-decoration: none;
}


.about-services-section .about-service-listing .about-service-list-item em {
  display: block;
  margin-bottom: 2.6rem;
  text-align: center;
}

.about-services-section .about-service-listing .about-service-list-item p {
  font-size: 22px;
  line-height: 1.2;
  color: #0b2e58;
  text-align: center;
}

.about-service-list-item {
  display: flex; /* Enable flexbox */
  justify-content: center; /* Center align items horizontally */
  align-items: center; /* Center align items vertically */
  flex-direction: column; /* Stack items vertically (image above text) */
  text-align: center; /* Center-align text */
  height: 100%; /* Ensure it adapts to the content */
}

.about-service {
  display: flex;
  flex-direction: column; /* Stack image and text */
  align-items: center; /* Center align items */
  justify-content: center; /* Center align items */
}


/* =============================================================================== */


.about-business-engagement-section {
margin-top: 80px;
margin-bottom: 80px;
}

.about-business-engagement-section h2 {
  font-size: 38px;
  line-height: 1.26;
  font-weight: 400;
  color: #0b2e58;
}

.about-business-engagement-section p {



  font-size: 19px;
  color: #333;
  line-height: 1.8;
  


}


.about-business-engagement-section{
  background-color: #f8f8f8;
  padding: 61px 0px;
}
.about-business-wrapper{

  padding: 20px 0px;
}
.about-business-wrapper h3{
  font-size: 38px;
  line-height: 1.11;
  color: #333;
  font-weight: 400;
  letter-spacing: -.034rem;
  margin-bottom: 22px;
}

.about-business-wrapper p{
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

/* =============================================== */

.about-why-digitriv-section  h2 {
  margin-bottom: 20px;
}


.about-why-digitriv-section p {
    font-size: 18px;
    line-height: 1.8;

}

.about-why-digitriv-section .img-block {
  margin-bottom: 25px;
  margin-top: 40px;
}


.about-digitriv-decription h2{
  font-size: 37px;
  font-weight: bold;
  color: #0b2e58;
}


.about-why-digitriv-section   h3 {
  font-size: 30px;

    color: #0b2e58;
    margin-bottom: 0px;
}

.about-why-digitriv-section  p {
  margin-top: 17px;
  line-height: 1.7;
}

/* ========================================================= */


/* Container styling */
#Benefits_section {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: left;
}

/* Header styles */
#Benefits_section h1 {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
}

#Benefits_section .highlight {
  color: #4b56d2;
}

/* Benefits list styling */
#Benefits_section .benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

#Benefits_section .benefits-list li {
  background: #fff;
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#Benefits_section .benefits-list li img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Responsive design */
@media (max-width: 600px) {
  #Benefits_section {
      max-width: 90%;
      padding: 20px;
  }

  #Benefits_section h1 {
      font-size: 22px;
  }
}


#why_expertise-card{
background-color: #f3f1f7;
padding: 60px 20px;
}

#why_expertise-card .title-block h2 {
  margin: 0 auto 20px;
  max-width: 900px;.why-gaurantee {
  line-height: 1.2;
  font-weight: 400;
    color: #0b2e58;
    text-align: center;
}

a{
  text-decoration: none !important;
}

@media (max-width:800px) {
 .gaurantee-icon-block {
    margin-bottom: 20px;
  }

  #why-gaurantee-home h2{

    font-size: 31px;
    line-height: 1.26;
    color: #0b2e58;
    text-align: center;

}
  .new-faq-section .faq-listing .faq-inner .faq-title h3 {
    color: #0b2e58;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    position: relative;
    padding-right: 55px;
  }
  
  .new-faq-section .faq-detail p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
  }


  .testimonial_section p{
font-size: 14px;
  }
}
